home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / ping.man < prev    next >
Encoding:
Text File  |  1988-12-29  |  2.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4. PING                      User Commands                      PING
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      ping - send ICMP ECHO_REQUEST packets to network hosts
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ppiinngg [ --rr ] [ --vv ] _h_o_s_t [ _p_a_c_k_e_t_s_i_z_e ] [ _c_o_u_n_t ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      The DARPA Internet is a large and complex aggregation of
  16.      network hardware, connected together by gateways.  Tracking
  17.      a single-point hardware or software failure can often be
  18.      difficult.  _P_i_n_g utilizes the ICMP protocol's mandatory
  19.      ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a
  20.      host or gateway.  ECHO_REQUEST datagrams (``pings'') have an
  21.      IP and ICMP header, followed by a ssttrruucctt ttiimmeevvaall, and then
  22.      an arbitrary number of ``pad'' bytes used to fill out the
  23.      packet.  Default datagram length is 64 bytes, but this may
  24.      be changed using the command-line option.  Other options
  25.      are:
  26.  
  27.      --rr   Bypass the normal routing tables and send directly to a
  28.           host on an attached network.  If the host is not on a
  29.           directly-attached network, an error is returned.  This
  30.           option can be used to ping a local host through an
  31.           interface that has no route through it (e.g., after the
  32.           interface was dropped by _r_o_u_t_e_d(8C)).
  33.  
  34.      --vv   Verbose output.  ICMP packets other than ECHO RESPONSE
  35.           that are received are listed.
  36.  
  37.      When using _p_i_n_g for fault isolation, it should first be run
  38.      on the local host, to verify that the local network inter-
  39.      face is up and running.  Then, hosts and gateways further
  40.      and further away should be ``pinged''.  _P_i_n_g sends one
  41.      datagram per second, and prints one line of output for every
  42.      ECHO_RESPONSE returned.  No output is produced if there is
  43.      no response.  If an optional _c_o_u_n_t is given, only that
  44.      number of requests is sent.  Round-trip times and packet
  45.      loss statistics are computed.  When all responses have been
  46.      received or the program times out (with a _c_o_u_n_t specified),
  47.      or if the program is terminated with a SIGINT, a brief sum-
  48.      mary is displayed.
  49.  
  50.      This program is intended for use in network testing, meas-
  51.      urement and management.  It should be used primarily for
  52.      manual fault isolation.  Because of the load it could impose
  53.      on the network, it is unwise to use _p_i_n_g during normal
  54.      operations or from automated scripts.
  55.  
  56. AAUUTTHHOORR
  57.      Mike Muuss
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 23, 1986                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. PING                      User Commands                      PING
  71.  
  72.  
  73.  
  74. SSEEEE AALLSSOO
  75.      netstat(1), ifconfig(8C)
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0               May 23, 1986                          2
  130.  
  131.  
  132.  
  133.